WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / CalendarSlotsPanel<S> Class
The type of the slot. Inherit this class to add custom properties.
Members
In This Topic
    CalendarSlotsPanel<S> Class
    In This Topic
    Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
    Object Model
    CalendarSlotsPanel<S> ClassCalendarAdapter ClassC1Calendar Class
    Syntax
    Type Parameters
    S
    The type of the slot. Inherit this class to add custom properties.
    Inheritance Hierarchy

    System.Object
       Microsoft.UI.Xaml.DependencyObject
          Microsoft.UI.Xaml.UIElement
             Microsoft.UI.Xaml.FrameworkElement
                Microsoft.UI.Xaml.Controls.Panel
                   C1.WinUI.Calendar.CalendarSlotsPanel<S>
                      C1.WinUI.Calendar.CalendarDaysOfWeekPanel
                      C1.WinUI.Calendar.CalendarDaysPanel
                      C1.WinUI.Calendar.CalendarHeadersPanel
                      C1.WinUI.Calendar.CalendarMonthsPanel
                      C1.WinUI.Calendar.CalendarYearsPanel

    See Also